changing https to http

Judy Ngai 9 年之前
父节点
当前提交
66466701fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/models/agents/public_transport_agent.rb

+ 1 - 1
app/models/agents/public_transport_agent.rb

@@ -15,7 +15,7 @@ module Agents
15 15
       * stops (array)
16 16
       * alert_window_in_minutes (integer)
17 17
 
18
-      First, select an agency by visiting [https://www.nextbus.com/predictor/adaAgency.jsp](https://www.nextbus.com/predictor/adaAgency.jsp) and finding your transit system.  Once you find it, copy the part of the URL after `?a=`.  For example, for the San Francisco MUNI system, you would end up on [https://www.nextbus.com/predictor/adaDirection.jsp?a=**sf-muni**](https://www.nextbus.com/predictor/adaDirection.jsp?a=sf-muni) and copy "sf-muni".  Put that into this Agent's agency setting.
18
+      First, select an agency by visiting [http://www.nextbus.com/predictor/adaAgency.jsp](http://www.nextbus.com/predictor/adaAgency.jsp) and finding your transit system.  Once you find it, copy the part of the URL after `?a=`.  For example, for the San Francisco MUNI system, you would end up on [http://www.nextbus.com/predictor/adaDirection.jsp?a=**sf-muni**](http://www.nextbus.com/predictor/adaDirection.jsp?a=sf-muni) and copy "sf-muni".  Put that into this Agent's agency setting.
19 19
 
20 20
       Next, find the stop tags that you care about.  To find the tags for the sf-muni system, for the N route, visit this URL:
21 21
       [http://webservices.nextbus.com/service/publicXMLFeed?command=routeConfig&a=sf-muni&r=**N**](http://webservices.nextbus.com/service/publicXMLFeed?command=routeConfig&a=sf-muni&r=N)